NoteCollectionContains Method (Note) |
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool Contains(
Note note
)
Public Function Contains (
note As Note
) As Boolean
Parameters
- note
- Type: Independentsoft.Sip.PresenceNote
The Note to check for.
Return Value
Type:
Booleantrue if the collection contains the specified
Note; otherwise,
false.
See Also